projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5801d7
)
* config.guess (HP 9000/811): Recognize this as a PA1.1
author
Jeff Law
<law@redhat.com>
Mon, 15 Jul 1996 17:20:52 +0000
(17:20 +0000)
committer
Jeff Law
<law@redhat.com>
Mon, 15 Jul 1996 17:20:52 +0000
(17:20 +0000)
machine.
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 7adf7df66406dd9144154423086bfb908500ec13..35bb3081020a315a11a3e5fd515c990bf8cbcb2d 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-245,7
+245,7
@@
EOF
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;;
- 9000/7?? | 9000/8?[679] ) HP_ARCH=hppa1.1 ;;
+ 9000/7?? | 9000/8?[
1
679] ) HP_ARCH=hppa1.1 ;;
9000/8?? ) HP_ARCH=hppa1.0 ;;
esac
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`